home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / SHARED.DIR / 00326_Script_326 < prev    next >
Text File  |  1994-12-08  |  705b  |  27 lines

  1. on SetupReturn
  2.   global returnMark
  3.   global returnMovie
  4.   global returnQT
  5.   global Vol1, Vol2, vidVol
  6.   
  7.   put the volume of sound 1 into Vol1
  8.   put the volume of sound 1 into Vol2
  9.   put the movieName into returnMovie
  10.   --put the nearest previous into returnMark
  11.   put marker(0) into returnMark  
  12.   
  13.   if the castNum of sprite 20 > 0 then    
  14.     put the castnum of sprite 20 into num
  15.     put the name of cast num into QTname
  16.   end if
  17.   
  18.   if QTname contains ".MOV" then
  19.     put QTname into returnQT
  20.     put the volume of sprite 20 into vidVol
  21.     set the movieRate of sprite 20 to 0
  22.     set the directToStage of cast returnQT to FALSE
  23.     unsetQT 20
  24.   end if
  25.   
  26. end SetupReturn
  27.